home *** CD-ROM | disk | FTP | other *** search
/ Champak 54 / Vol 54.iso / games / turttleo.swf / scripts / DefineButton2_335 / BUTTONCONDACTION on(press).as
Encoding:
Text File  |  2007-10-01  |  127 b   |  6 lines

  1. on(press){
  2.    _global.keyboard_control = false;
  3.    _root.theLocalSharedObject.data.kcontrol = false;
  4.    gotoAndStop(2);
  5. }
  6.